CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C 数学

搜索资源列表

  1. C-and-C-P-P-graphics-programming

    1下载:
  2. C与C++高级图形程序设计完整版 内容摘要: 附录与关键词: 计算机图形学 程序设计 计算机图形学 全文目录 为什么要阅读本书 前言 第一章 数学模块 鸣谢 第一部 分通用程序 第二章 图形界面模块 第三章 如何使用模块 第四章 实体建模理论和数据库结构 第五章 给画面增加物体 第六章 在屏幕上排序和显示物体 第七章 Model.c描述文件生成程序 第八章
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25373132
    • 提供者:小邓
  1. Graduate-students--c-P-P

    0下载:
  2. 研究生考试课程为4门,其中数学、外语、政治为统一命题,而专业基础课则根据不同的专业由招生学校自行命题。国家对初试录取分数有总分要求(如某一年要求4门课总分应达到310分),另外还有对每门课的最低分数要求(如总分为100的试卷最低应达到40分,总分为150的试卷最低应达到65分)。编程统计初试合格的人数,并按总分由高到低的顺序输出合格考生的信息。-Student in the examination for the four course door, including mathematics,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2029
    • 提供者:冯晓宁
  1. Fuzzy-PID-control-c-program

    0下载:
  2. 由于项目需要,需要模糊控制算法,之前此类知识为0,经过半个多月的研究,终于有的小进展。开始想从强大的互联网上搜点c代码来研究下,结果搜遍所有搜索引擎都搜不到,以下本人从修改的模糊控制代码,经过自己修改后可在vc6.0,运行!输入e表示输出误差,ec表示误差变化率,经过测试具有很好的控制效果,对于非线性系统和数学模型难以建立的系统来说有更好的控制效果!现将其公开供大家学习研究!-Fuzzy PID control c program.doc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4749
    • 提供者:zhuyun
  1. c-P-P-algorithm-procedures

    0下载:
  2. 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:275502
    • 提供者:yang
  1. C-202-examples

    0下载:
  2. 第一部分 基础篇 第二部分 数据结构篇 第三部分 数值计算与趣味数学篇 第四部分 图形篇 第五部分 系统篇 第六部分 常见试题解答篇 第七部分 游戏篇 第八部分 综合实例篇- The first part of the basis The second part of the data structure The third part of the numerical calculation and fun math The fourth part
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2657369
    • 提供者:陈淑娟
  1. C

    0下载:
  2. 控制理论与控制工程 02◢检测技术与自动化装置 03◢系统工程 04◢模式识别与智能系统 05◢导航、制导与控制 ①101思想政治理论 ②201英语一 ③301数学一 ④940电路理论 (控制科学与工程程按一级学科招生) -byebye byebye byebye byebye
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:192884
    • 提供者:蒋新华
  1. matrix

    0下载:
  2. c++数学应用的矩阵类, buffer 为矩阵数据缓存器类, matrix 为矩阵类。-c++ Matrix class of mathematical applications , buffer cache for the data matrix class matrix for the matrix class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:19254
    • 提供者:sun lin
  1. C-avoid-duty

    0下载:
  2. C语言在数学建模计算中的小应用。供初学C语言者的一个参考。-C language in mathematical modeling in the calculation of the small application
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:8312
    • 提供者:tiny
  1. C-language-algorithm-code

    2下载:
  2. 用C语言编写了科研和工程中最常用的算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。-Written in C for scientific and engineering of the most commonly used algorithm, the algorithm include the plura
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:142266
    • 提供者:心剑
  1. C-Language-classic-algorithm

    0下载:
  2. 各种重要的源代码,很多应用于数学计算,简便计算方法。-A variety of important source code, many applied to mathematical calculation, calculation method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5998
    • 提供者:王继欣
  1. Floyd-C-programming

    0下载:
  2. 数学建模 最短路径的编程实现Floyd C编程-The shortest path programming Floyd C programming
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:593
    • 提供者:夏商
  1. CPPMath--chenbihong

    0下载:
  2. 这是深圳大学陈必红博士《C++数学算法》中的源代码,写的非常详细。-This is the Shenzhen University Dr. Chen Bihong " C++ mathematical algorithms in the source code, written in great detail.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-14
    • 文件大小:6936104
    • 提供者:dyj
  1. C-language-four-trick

    0下载:
  2. [C语言] 编写高效C语言的四大绝招 第一招:以空间换时间 第二招:数学方法解决问题 -[C language] Writing Efficient C language four trick first move: space for time second measure: mathematical methods to solve the problem
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:21274
    • 提供者:Bruce
  1. MATLABC-C

    0下载:
  2. MATLABC数学函数库在C语言中的应用-MATLABC math library in C language
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:87998
    • 提供者:李斌
  1. C-study

    0下载:
  2. 其中有大量的常用的数学计算公式的C语言程序,可以方便大家的学习。还有一比较好的编程思路。-A large number of commonly used mathematical formula C language program, which can facilitate the learning. There is also a good programming ideas.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:5653
    • 提供者:小名
  1. 用Visual C++实现基于数学形态学的数字图像处理

    1下载:
  2. 用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算. 图形图像处理
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-06
    • 文件大小:76583
    • 提供者:XMTwinner
  1. C

    0下载:
  2. C库函数大全 数学函数,所在函数库为math.h、stdlib.h、string.h、float.h 目录函数,所在函数库为dir.h、dos.h -Daquan mathematical function of the C library functions, where the library is math.h, stdlib.h, string.h float.h. Catalog functions where library dir.h, dos.h
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:12784
    • 提供者:youngmei
  1. Calculator(c)

    0下载:
  2. C计算器,支持+、-、*、/、^、!、(、) 数学函数 sin cos tan cot sign ln log sinh cosh tanh coth等 支持正负 支持*的省略 支持弧度角度转化 支持大整数的加减 支持设置精度 支持常数PI和E 支持文件储存-C calculator supports+,-,*, /, ^,!, (,) Mathematical functions sin cos tan
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:972209
    • 提供者:dnalfiend
  1. C-language

    0下载:
  2. 解决C语言问题常用到的经典程序,也可以用数学模型求解-The classical procedures commonly used to solve the problem of the C language, but also can use mathematical models to solve
  3. 所属分类:File Formats

    • 发布日期:2017-12-05
    • 文件大小:5984
    • 提供者:snowwalk
  1. C.176

    0下载:
  2. C语言基础、数据结构、数值计算与趣味数学、图形、系统、常见试题、游戏等应有尽有。-C programming language, data structures, numerical calculation and fun math, graphics, system, frequently asked questions, games, everything.
  3. 所属分类:CSharp

    • 发布日期:2017-11-22
    • 文件大小:76262
    • 提供者:锦霞
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 45 »
搜珍网 www.dssz.com